SftTree/NET 2.0

TagObject Property, ItemClass Class

Softel vdm, Inc.

Defines application-specific data.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public Property TagObject As Object

C#   

public object TagObject { get; set; }

C++   

public: property Object^ TagObject {
        Object^ get();
        void set(Object^ value);
}

Property Value

The first object in the TagObjects property.

The default value is null/Nothing.

Comments

The TagObject property defines application-specific data.

The TagObject property accesses the first object in the TagObjects property. It is available to simplify access when applications use only one object per item.

The CellBaseClass.TagString and CellBaseClass.TagObjects properties can be used to store application-specific with cells.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com